TempFreeMem
TempFreeMem Find out how much temporary memory is available
#include <Memory.h> Memory Manager
long TempFreeMem( );
The TempFreeMem function returns the state of a page of logical memory.
Returns: the total amount of free memory available for temporary allocation
using TempNewHandle. The returned value is a long integer that
indicates the total number of bytes free.